翻訳と辞書
Words near each other
・ BKD, LLP
・ BKE
・ Bkeftine
・ Bkerké
・ BKF
・ BKF University of Applied Sciences
・ BKHS
・ BKK (disambiguation)
・ BKK Architects
・ BKK Partners
・ BKK Radnički
・ BKL
・ BKL Architecture
・ BKL singularity
・ BKM
BKM algorithm
・ BKMA Yerevan
・ BkMk Press
・ BKN
・ BKO (disambiguation)
・ Bkomra
・ Bkorn
・ BKP (disambiguation)
・ BKQ
・ Bkr
・ BKS
・ BKS Stal Bielsko-Biała
・ BKS theory
・ BKSH & Associates Worldwide
・ BKV Előre SC


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

BKM algorithm : ウィキペディア英語版
BKM algorithm
The BKM algorithm is a shift-and-add algorithm for computing elementary functions, first published in 1994 by Jean-Claude Bajard, Sylvanus Kla, and Jean-Michel Muller. BKM is based on computing complex logarithms and exponentials using a method similar to the algorithm Henry Briggs used to compute logarithms. By using a precomputed table of logarithms of negative powers of two, the BKM algorithm computes elementary functions using only integer add, shift, and compare operations.
BKM is similar to CORDIC, but uses a table of logarithms rather than a table of arctangents. On each iteration, a choice of coefficient is made from a set of nine complex numbers, 1, 0, −1, i, −i, 1+i, 1−i, −1+i, −1−i, rather than only −1 or +1 as used by CORDIC. BKM provides a simpler method of computing some elementary functions, and unlike CORDIC, BKM needs no result scaling factor. The convergence rate of BKM is approximately one bit per iteration, like CORDIC, but BKM requires more precomputed table elements for the same precision because the table stores logarithms of complex operands.
As with other algorithms in the shift-and-add class, BKM is particularly well-suited to hardware implementation. The relative performance of software BKM implementation in comparison to other methods such as polynomial or rational approximations will depend on the availability of fast multi-bit shifts (i.e. a barrel shifter) or hardware floating point arithmetic.
==References==

*
*

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「BKM algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.